home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format CD 43 / Amiga Format CD43 (1999)(Future Publishing)(GB)(Track 1 of 2)[!][issue 1999-09].iso / -serious- / misc / poolmem / rexxserdevfix / rexxserdevfix.readme < prev    next >
Text File  |  1999-06-15  |  4KB  |  110 lines

  1. Short:    Fixes a serious bug in rexxserdev.library
  2. Type:     util/rexx
  3. Uploader: thor@math.tu-berlin.de
  4. Author:   thor@math.tu-berlin.de 
  5. Version:  5.3
  6.  
  7. This tiny patch fixes a serious bug in the rexxserdev ARexx function
  8. library which may cause breakdowns of the memory system. Due to a bug
  9. in the library, only a word sized parameter is passed into FreeMem,
  10. possibly causing a mess. The library version is upgraded from 5.2 to 5.3
  11. and the bug is patched over.
  12.  
  13. How to apply the patch:
  14.  
  15. - Open a shell
  16. - Unpack the archive to RAM:
  17. - Enter the following command:
  18.     CD RAM:
  19. - then, enter the following command to update the library:
  20.     spatch -oram:rexxserdev.library -prexxserdev.pch LIBS:rexxserdev.library
  21. - then, copy the library back to LIBS:
  22.     copy ram:rexxserdev.library to LIBS:
  23.  
  24. That's all.
  25.  
  26. _____________________________________________________________________________
  27.  
  28.                          The THOR-Software Licence (v2, 24th June 1998)
  29.  
  30.  
  31. This License applies to the computer programs known as "RexxSerDevFix" and
  32. The "Program", below, refers to such program. The "Archive" refers to the 
  33. package of distribution, as prepared by the author of the Program, 
  34. Thomas Richter. Each licensee is addressed as "you".
  35.  
  36.  
  37.  
  38. The Program and the data in the archive are freely distributable
  39. under the restrictions stated below, but are also Copyright (c)
  40. Thomas Richter.
  41.  
  42. Distribution of the Program, the Archive and the data in the Archive by a
  43. commercial organization without written permission from the author to any
  44. third party is prohibited if any payment is made in connection with such
  45. distribution, whether directly (as in payment for a copy of the Program) or
  46. indirectly (as in payment for some service related to the Program, or
  47. payment for some product or service that includes a copy of the Program
  48. "without charge"; these are only examples, and not an exhaustive enumeration
  49. of prohibited activities).
  50.  
  51.  
  52. However, the following methods of distribution
  53. involving payment shall not in and of themselves be a violation of this
  54. restriction:
  55.  
  56.  
  57. (i) Posting the Program on a public access information storage and
  58. retrieval service for which a fee is received for retrieving information
  59. (such as an on-line service), provided that the fee is not
  60. content-dependent (i.e., the fee would be the same for retrieving the same
  61. volume of information consisting of random data).
  62.  
  63.  
  64. (ii) Distributing the Program on a CD-ROM, provided that
  65.  
  66. a) the Archive is reproduced entirely and verbatim on such CD-ROM, including
  67. especially this licence agreement;
  68.  
  69. b) the CD-ROM is made available to the public for a nominal fee only,
  70.  
  71. c) a copy of the CD is made available to the author for free except for
  72. shipment costs, and
  73.  
  74. d) provided further that all information on such CD-ROM is redistributable
  75. for non-commercial purposes without charge.
  76.  
  77.  
  78. Redistribution of a modified version of the Archive, the Program or the
  79. contents of the Archive is prohibited in any way, by any organization,
  80. regardless whether commercial or non-commercial. Everything must be kept
  81. together, in original and unmodified form.
  82.  
  83.  
  84.  
  85.  
  86. Limitations.
  87.  
  88.  
  89. THE PROGRAM IS PROVIDED TO YOU "AS IS", WITHOUT WARRANTY. THERE IS NO
  90. WARRANTY FOR THE PROGRAM, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT
  91. LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A
  92. PARTICULAR PURPOSE AND NONINFRINGEMENT OF THIRD PARTY RIGHTS. THE ENTIRE
  93. RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM IS WITH YOU. SHOULD
  94. THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL NECESSARY
  95. SERVICING, REPAIR OR CORRECTION.
  96.  
  97.  
  98. IF YOU DO NOT ACCEPT THIS LICENCE, YOU MUST DELETE THE PROGRAM, THE ARCHIVE
  99. AND ALL DATA OF THIS ARCHIVE FROM YOUR STORAGE SYSTEM. YOU ACCEPT THIS
  100. LICENCE BY USING OR REDISTRIBUTING THE PROGRAM.
  101.  
  102.  
  103.                                                         Thomas Richter
  104.  
  105. _____________________________________________________________________________
  106.  
  107. Thomas,
  108.  
  109.     November 1998
  110.